Advantage ADO.NET Data Provider

"Command Builder Demo" Sample Application

This project builds a simple windows application that 
demonstrates the capabilities of the command builder. 
It requires a valid connection string and SELECT 
command from which the AdsCommandBuilder will generate 
INSERT, DELETE and UPDATE commands. These commands are 
then used to handle any changes made to the data in a 
DataGrid.

It is intended to demonstrate the capabilities and the
commands generated by the command builder.

The application builds into the examples\bin\ directory
(this ReadMe.txt file is located in examples\cmd_bldr\). 
It requires a copy of Advantage.Data.Provider.dll and its
dependent files (ace32.dll, adsloc32.dll, adslocal.cfg).


This sample project was built using:
  Microsoft Development Environment 2003
  Microsoft .NET Framework 1.1
